home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / BIXUTIL.LZH / BRKBOX.DOC < prev    next >
Text File  |  1985-12-11  |  3KB  |  86 lines

  1.  
  2.                              BRKBOX    by     Tim Burmeister
  3.  
  4. V1.1 fixed snow when using IBM color card
  5.      detects monochrome monitor automatically and changes display to all white
  6.      removed time out error indicator - replaced with transmit indicator
  7.      can use on second serial port
  8.  
  9.  
  10. Version 2 - This was tested using QMODEM 1.05B
  11.             No loss of chars at 1200 baud, might go 2400 on AT.
  12.             No snow on mono or color displays
  13.             No interference with half-height drives
  14.  
  15.  
  16.         This resident program displays RS232 status in upper right
  17.             hand corner of the screen.  V4.3 arc used to arc the .com
  18.             and the .doc files.
  19.  
  20. (NOTE on half height drives . . When using a dos command such as copy (and the display is being refreshed) it will cause errors when writing, however QMODEM 1.05B works just fine).
  21.  
  22.  
  23.                               SYNTAX
  24.             (PC JR use BRKBOX=2)
  25.  
  26. BRKBOX       -for com1 will display graphic screen if you have a color monitor
  27. BRKBOX=      -for com1 no graphic screen (good for batch files)
  28. BRKBOX 2     -for com2 will display graphic screen if you have a color monitor
  29. BRKBOX=2     -for com2 no graphic screen (good for batch files)
  30.  
  31. (if you have a monodisplay the graphics intro is not displayed)
  32.  
  33.                               ERROR BEEPS
  34.  
  35. STEADY TONE  error in the parameters you gave it
  36. PULSED TONE  program is already installed
  37.  
  38.                               NOTES
  39. Uses interupt 1C
  40. uses less than 1k memory
  41. If the com port has not been initialized you wont see any display
  42.               NO DISPLAY ????
  43. Try putting your modem in ALB or if you dont have com2 port type brkbox 2 
  44. and you will see the display (although it wont mean anything)
  45.  
  46.  
  47. This program will display in the upper right hand side of display
  48. the active (SPACE, CONTROL ON, POSITIVE VOLTAGE) RS232 signals. The DTE
  49. generated signals are displayed in red, the DCE in green, also uart errors
  50. are shown in white. ***** NOTE if you have a mono display everything is white
  51.  
  52.                       DISPLAY DEFINTIONS
  53. TXD    TRANSMIT DATA
  54. FRM     FRAMING ERROR
  55. PAR    PARITY ERROR
  56. OVR    OVERRUN ERROR
  57. CD    Recieve Line Signal Detected --CARRIER DETECTED
  58. RNG    RING INDICATOR
  59. DSR    DATASET READY
  60. CTS    CLEAR TO SEND
  61. DTR    DATA TERMINAL READY
  62. RTS    REQUEST TO SEND
  63.  
  64. This program installs itself in memory and the display can be toggled off and
  65. on by depressing the ALT AND LEFT HAND SHIFT KEYS simultaeneously.
  66.  
  67. The display is turned on initialy (if you dont see anything put your modem
  68. into analog or local loopback). Since this routine is active only about 18 
  69. times per second it will not catch all error conditions that may occur
  70. during a normal communications session.
  71.  
  72. IT WILL CAUSE COM PROGRAMS TO DROP CHARACTERS AT SPEEDS ABOVE 1200 BAUD //if
  73. the display is being updated\\.
  74.  
  75. Does cause problems when WRITING to a HALF-HEIGHT FLOPPY
  76.  
  77.  
  78.  
  79.  
  80.    **********************************************************************
  81.  
  82. I would like to hear your comments and suggesstions
  83.  
  84.                                Tim Burmeister
  85.                            COMPUSERVE 74736,2402
  86.